runtime.gcTrigger.test (method)

10 uses

	runtime (current package)
		arena.go#L812: 	if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
		malloc.go#L1231: 		if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
		malloc.go#L1333: 		if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
		malloc.go#L1424: 		if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
		malloc.go#L1517: 		if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
		malloc.go#L1590: 	if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
		mgc.go#L602: func (t gcTrigger) test() bool {
		mgc.go#L663: 	for trigger.test() && sweepone() != ^uintptr(0) {
		mgc.go#L670: 	if !trigger.test() {
		proc.go#L6241: 		if t := (gcTrigger{kind: gcTriggerTime, now: now}); t.test() && forcegc.idle.Load() {